// Parameters var items; // Type: WebUiElementJS[] var readOnly; // Type: boolean var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS(items, readOnly);
function WebUiElementCollectionJS(
itemsAn array of WebUiElementJS objects OR element identifiers.: WebUiElementJS[],
readOnlyA value indicating whether the collection is read only.: boolean
) : WebUiElementCollectionJS;
Parameters
- items
- An array of WebUiElementJS objects OR element identifiers.
- readOnly
- A value indicating whether the collection is read only.